css
body {
    background-color: #d9dfc0; 
}
h1 {
    color: #ff0000; 
    text-align: center; 
}

p {
    color: rgb(0, 0, 0); 
    font-size: 16px; 
    line-height: 2; 
    margin: 20px; 
    text-align: center;
}
h2{
color: #ff0000;

text-align: center;
}

button {

color: #182ffa;
size: 15cm;
background-color: #fafafa;

}
h3 {

color: #da4b4b;
font-size: 16px; 
line-height: 2; 
margin: 20px; 
font-family: 'Times New Roman', Times, serif;

}

img {
margin-left: 33%;
}
.offcenter{
margin-left: 0%;

}